.login-page, .content-wrapper {
    background-color: #eeeeee !important;
}

.btn-primary {
    background-color: #97241D !important;
    border-color: #91160A !important;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: rgb(167, 83, 79) !important;
  border-color: #91160A !important;
}
.btn-primary:hover {
  background-color: rgb(167, 83, 79) !important;
  border-color: #91160A !important;
}
.btn-primary:active,
.btn-primary.active {
  background-color: rgb(167, 83, 79) !important;
  border-color: #91160A !important;
}

.btn-link, .auth-links a, .box a.folder-item, .box td a {
    color: #97241D !important;
}
.btn-link:hover,
.btn-link:focus,
.auth-links a:hover,
.auth-links a:focus,
.box a:hover.folder-item, .box td a:hover,
.box a:focus.folder-item, .box td a:focus {
  color: rgb(167, 83, 79) !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #97241D !important;
    border-color: #91160A !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #97241D !important;
}

.mfb-component__button--main, .mfb-component__button--child {
    background-color: #97241D !important;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
